home *** CD-ROM | disk | FTP | other *** search
- object finddialog: Tfinddialog
- Left = 388
- Top = 369
- BorderStyle = bsDialog
- Caption = 'Search'
- ClientHeight = 169
- ClientWidth = 493
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 64
- Height = 16
- Caption = 'Search for:'
- end
- object firstclusterlabel: TLabel
- Left = 168
- Top = 64
- Width = 67
- Height = 16
- Caption = 'First cluster'
- end
- object numclusterslabel: TLabel
- Left = 320
- Top = 64
- Width = 111
- Height = 16
- Caption = 'Number of clusters'
- end
- object findedit: TEdit
- Left = 88
- Top = 24
- Width = 273
- Height = 24
- MaxLength = 255
- TabOrder = 0
- Text = 'findedit'
- OnChange = findeditChange
- end
- object findbutton: TButton
- Left = 378
- Top = 24
- Width = 97
- Height = 28
- Hint = 'Search for the search string'
- Caption = '&Search'
- Default = True
- TabOrder = 1
- OnClick = findbuttonClick
- end
- object cancelbutton: TButton
- Left = 378
- Top = 128
- Width = 97
- Height = 28
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = cancelbuttonClick
- end
- object matchcasecb: TCheckBox
- Left = 16
- Top = 112
- Width = 97
- Height = 17
- Caption = 'Match &case'
- TabOrder = 3
- end
- object hexcb: TCheckBox
- Left = 16
- Top = 136
- Width = 161
- Height = 17
- Hint = 'e.g. 0A5B'
- Caption = 'Hex bytes (eg, B64F)'
- TabOrder = 4
- OnClick = hexcbClick
- end
- object wholediskcheckbox: TCheckBox
- Left = 16
- Top = 80
- Width = 145
- Height = 17
- Caption = 'Search whole disk'
- Checked = True
- State = cbChecked
- TabOrder = 5
- end
- object firstspinedit: TSpinEdit
- Left = 168
- Top = 80
- Width = 121
- Height = 26
- MaxValue = 0
- MinValue = 0
- TabOrder = 6
- Value = 0
- end
- object numspinedit: TSpinEdit
- Left = 320
- Top = 80
- Width = 121
- Height = 26
- MaxValue = 0
- MinValue = 0
- TabOrder = 7
- Value = 0
- end
- object Button1: TButton
- Left = 264
- Top = 128
- Width = 97
- Height = 28
- Caption = '&Help'
- TabOrder = 8
- OnClick = Button1Click
- end
- end
-